Does [_\s^"] mean underscore and whitespace but not " (quote) in Regex?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-04-04T05:54:59Z Indexed on 2010/04/04 6:13 UTC
Read the original article Hit count: 239

Filed under:

Does [_\s^"] mean underscore and whitespace but not " (quote) in Reg

I understand that the brackets ([ ]) mean character range and that ^ means but not, but my question is can you say [this^notthat] or do I have to separate them into two sets of brackets?

© Stack Overflow or respective owner

Related posts about regex